From: Olaf Hering Date: Thu, 6 Mar 2014 16:13:48 +0000 (+0100) Subject: docs: remove ia64 from tmem-internals.html X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~5480 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/%22bookmarks://%22Dat/%22http:/www.example.com/cgi/%22https:/%22bookmarks:/%22Dat?a=commitdiff_plain;h=e54ce303aa1f5b1af2db4d73076387ffb884d2ab;p=xen.git docs: remove ia64 from tmem-internals.html Signed-off-by: Olaf Hering Acked-by: Ian Jackson Acked-by: Ian Campbell --- diff --git a/docs/misc/tmem-internals.html b/docs/misc/tmem-internals.html index ccc34c374f..2d8635d64d 100644 --- a/docs/misc/tmem-internals.html +++ b/docs/misc/tmem-internals.html @@ -728,13 +728,6 @@ However, the Xen heap is limited in size on 32-bit Xen so tmem did not work very well. There are still 32-bit ifdefs in some places in the code, but things may have bit-rotted so using tmem on a 32-bit Xen is not recommended. -

-IA-64 implementation. -The vast majority of the tmem -implementation is architecture-independent. -For tmem to run on Xen/ia64, it is believed that only one or two -routines needs to be written.(See the -#ifdef __ia64__ at cli_mfn_to_va().)

Known Issues